* Remove obsolete dependencies and conflicts (w3-el, emacs22
packages, etc.).
- -- Rob Browning <rlb@defaultvalue.org> Sun, 02 Aug 2009 19:13:04 -0700
+ * Remove explicit install-info calls. Rely on triggers now.
+
+ -- Rob Browning <rlb@defaultvalue.org> Sun, 02 Aug 2009 19:21:47 -0700
emacs23 (23.1+1-1) unstable; urgency=low
MAJOR=@MAJOR_VERSION@
MINOR=@MINOR_VERSION@
FULL=@FULL_VERSION@
-INFO_FILES="@INFO_FILES@"
-INFO_SUBDIR="@INFO_SUBDIR@"
-
-for file in ${INFO_FILES}
-do
- install-info --quiet --section Emacs "Emacs ${MAJOR}" \
- /usr/share/info/${INFO_SUBDIR}/${file}.gz || true
-done
# Create the site-lisp dir for this flavor if we're allowed
MAJOR=@MAJOR_VERSION@
MINOR=@MINOR_VERSION@
FULL=@FULL_VERSION@
-INFO_FILES="@INFO_FILES@"
-INFO_SUBDIR="@INFO_SUBDIR@"
-
-for file in ${INFO_FILES}
-do
- install-info --quiet --remove-exactly ${INFO_SUBDIR}/${file} || true
-done
-
-# emacsen-common/emacs-remove used to be here.
set +e
# Only remove these directories if they're empty.